home *** CD-ROM | disk | FTP | other *** search
- " Vim configuration file, in effect when invoked as "vi". The aim of this
- " configuration file is to provide a Vim environment as compatible with the
- " original vi as possible. Note that ~/.vimrc configuration files as other
- " configuration files in the runtimepath are still sourced.
- " When Vim is invoked differently ("vim", "view", "evim", ...) this file is
- " _not_ sourced; /etc/vim/vimrc and/or /etc/vim/gvimrc are.
-
- " g:debian_cp signifies that debian.vim should only setup the runtimepath and
- " not set any of the other vi-incompatible options
- let g:debian_cp = 1
- set compatible
-
- " This line should not be removed as it ensures that various options are
- " properly set to work with the Vim-related packages available in Debian.
- runtime! debian.vim
-
- " vim: set ft=vim:
-